/* file: http://fm.cnbc.com/applications/cnbc.com/resources/files/2016/09/27/video_gallery.1.4.css?vn=1479923263*/
#cnbc-new-header ul li a { padding: 0 8px !important;}
#tabs_carousel_wrapper .tabContents{min-height:550px;}

/* Overrides for watch live alert */
#cnbc-alert-container-watch-live  {
	background-color: #e96525 !important;
}

#cnbc-alert-container-watch-live-international  {
	background-color: #e96525 !important;
}
#page_video_gallery #social_tools_video_gig_containerParent {bottom: 60px;}
.gig-share-button button.tabbing-button {display: none;}

#cnbc-new-header ul li a
{ padding: 0 6px !important;}
/* file: http://fm.cnbc.com/applications/cnbc.com/resources/files/2016/08/22/cnbc_nav_skin_7.css?vn=1478107889*/
/*skin:[QA01]103845534[STG01]103851668[STG02]103781336[prod]103884698*/
#featured-menu-container .pro .subscribe2 a {
	color: #4fbf85 !important;
}

#featured-menu-container .pro .subscribe2 a:hover {
	color: #2FA5E3 !important;
}

.pro-user .cnbc-menu .subscribe2 {
	display: none !important;
}

.watchlist360 #feedback_mobile a{
	color: transparent;
}
.watchlist360 #feedback_mobile a:after{
    content:'Site Feedback';
    color: #333;
}

* {user-select: text;}
/* file: http://fm.cnbc.com/applications/cnbc.com/resources/files/2017/01/05/tp_cursor_fix.css?vn=1483638002*/
/* fix for The Platform JS player adding .tpControlsHidden to the <body> of Home Page and styling the cursor with 'none!important' making the cursor disappear from the page when playing video */
.tpControlsHidden, .tpControlsHidden * {
    cursor: auto !important;
}
/* hide the cursor in player full-screen mode - The Platform's initial intention */
.tpControlsHidden .tpContainer, .tpControlsHidden .tpContainer * {
    cursor: none !important;
}
